// // Copyright (c) 2009 All Right Reserved // // vl // // 2009-01-01 // Contains ... namespace LargoCommon.Music { /// /// Clef Type. /// public enum ClefType { /// Clef Type. GClef, /// Clef Type. CClef, /// Clef Type. FClef } }